#!/bin/sh
#
# remove the installer tmp file and the package receipt
#

if [ -r /private/tmp/uninstall-connector_webstarv ] ; then
	rm -f /private/tmp/uninstall-connector_webstarv
fi

if [ -r /Library/Receipts/Lasso_Pro_8_WebSTAR.pkg ] ; then
	rm -Rf /Library/Receipts/Lasso_Pro_8_WebSTAR.pkg
fi
